Fully Qualified Name: | Laminas\I18n\Translator\TranslatorInterface |
Translator interface.
Name | Description | Defined By |
---|---|---|
translate() | Translate a message. | TranslatorInterface |
translatePlural() | Translate a plural message. | TranslatorInterface |
Translate a message.
Parameter Name | Type | Description |
---|---|---|
$message | string | |
$textDomain | string | |
$locale | string |
Returns: string
Translate a plural message.
Parameter Name | Type | Description |
---|---|---|
$singular | string | |
$plural | string | |
$number | int | |
$textDomain | string | |
$locale | string|null |
Returns: string